import { A } from "@vanjs/router"; import { Meta, Title } from "@vanjs/meta"; export const Page = () => { Title("404 Error: Admin Page Not found"); Meta({ name: "description", content: "Admin Page Not Found Description" }); return [

404 / Admin Page Not Found

This is the administrator error page

Dashboard
, ]; };